projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d0162c
)
tests: Make CSS parser pass NULL as error.
author
Benjamin Otte
<otte@redhat.com>
Fri, 8 Apr 2011 14:12:35 +0000
(16:12 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 18 May 2011 19:58:44 +0000
(21:58 +0200)
We are trapping errors via signals now.
tests/css/parser/test-css-parser.c
patch
|
blob
|
history
diff --git
a/tests/css/parser/test-css-parser.c
b/tests/css/parser/test-css-parser.c
index b947bdf9ca968e5569e2dce535ab20a4acffc966..77c9aa4b207b556c1796ebd5c7f57c4d6563f06f 100644
(file)
--- a/
tests/css/parser/test-css-parser.c
+++ b/
tests/css/parser/test-css-parser.c
@@
-159,13
+159,10
@@
test_css_file (GFile *file)
errors);
gtk_css_provider_load_from_path (provider,
css_file,
- &error);
- g_assert_no_error (error);
+ NULL);
css = gtk_css_provider_to_string (provider);
- g_assert_no_error (error);
-
reference_file = test_get_reference_file (css_file);
diff = diff_with_file (reference_file, css, -1, &error);